Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reviewed time information to reviewed strings tooltip #3263

Merged
merged 5 commits into from
Jul 2, 2024

Conversation

harmitgoswami
Copy link
Collaborator

Fix #2763

Added a reviewedDate field to the tooltip when hovering over rejected or approved strings.

To reproduce results: After starting the server, navigate to any team/project (e.g. http://localhost:8000/sq/facebook-container/messages.json/?string=196694 ). Hover over the User Avatar or Username to show the tooltip. The tooltip should now display [Approved/Rejected] by { $user } on { $reviewedDate } or [Approved/Rejected] on { $reviewedDate }

Screenshot 2024-06-27 at 12 15 53 PM

Screenshot 2024-06-27 at 12 16 42 PM

@harmitgoswami
Copy link
Collaborator Author

Here's what the tooltip looks like now:

Screenshot 2024-06-27 at 1 41 00 PM
Screenshot 2024-06-27 at 1 41 41 PM

@harmitgoswami harmitgoswami requested a review from eemeli July 1, 2024 17:10
@eemeli eemeli merged commit cd0a3fd into mozilla:main Jul 2, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When hovering an approved string, the tooltip should also say when the strings was approved, not just by whom
2 participants